fix(release): rename stale @objectstack/adapter-hono ref in pending changeset - #4302
Merged
Conversation
…hangeset changeset version hard-fails on a changeset naming a package that is not in the workspace, and adapter-hono-auth-wildcard-yields still said @objectstack/adapter-hono while the workspace package is named @objectstack/hono. Same class of blocker as #3635: it kills the version step of the v17 train before the Version Packages PR can be created. A sweep of all 559 pending changesets' frontmatter (974 package refs) and pre.json initialVersions against the 77 workspace package names found no other stale reference. Adds an empty changeset for the Check Changeset gate; releases nothing. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
changeset versionhard-fails on any changeset that names a package not present in the workspace, and one pending changeset still references the Hono adapter by its old scoped name:.changeset/adapter-hono-auth-wildcard-yields.md(the #4117 fix) says@objectstack/adapter-hono, while the workspace package atpackages/adapters/honois named@objectstack/hono. Same class of release blocker as #3635 (the scaffolder rename):pnpm changeset statusand the version step of the v17 train die before the Version Packages PR can be created.What
"@objectstack/hono": patch— the bump intent is preserved (the adapters/hono 的 ${prefix}/auth/* 与 ${prefix}/storage/* 是终结式通配 —— 与 #4088 同一缺陷,只是这个包在仓内没有消费者 #4117 fix lives in that package).fix-stale-hono-changeset-ref.md) to satisfy the Check Changeset gate; it releases nothing, per the fix(release): rename stale @objectstack/create-objectstack refs in pending changesets #3635 convention.Verification
.changeset/*.mdfrontmatters (974 package refs) pluspre.jsoninitialVersionsagainst the 77 workspace package names found exactly this one stale reference — nothing else.pnpm changeset statusreproduced the exact error above with the old name, and exits cleanly after the rename.pnpm run version(changeset version+ protocol/template sync scripts) completes cleanly and computes17.0.0-rc.1across the fixed group, with the sync scripts reporting lockstep (PROTOCOL_VERSION 17.0.0, blank template^17.0.0,engines.protocol '^17'). Version artifacts were discarded after verification; only the changeset fix ships.🤖 Generated with Claude Code